home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / wor / disk0978.zip / HELP.ASC < prev    next >
Text File  |  1980-01-01  |  6KB  |  166 lines

  1. EXTENDED ASCII CHARACTER SET EDITOR
  2.              Help Menu             
  3.                                    
  4.                                    
  5. Pressing F1 will bring up the  help
  6. menu   (almost)  anywhere  in   the
  7. program. Use the Up-Arrow or  Down-
  8. Arrow  keys to scroll  through  the
  9. help  file.  Hit  Esc to Quit Help.
  10.                                    
  11.                                    
  12.       CURSOR MOVEMENT CONTROL      
  13.                                    
  14. (CFS = [C]urrent [F]ile [S]egment) 
  15.                                    
  16. MOVEMENT:             KEY:         
  17. ---------             ----         
  18. Space Left            <-           
  19. Space Right           ->           
  20. Line Up               uparrow      
  21. Line Down             downarrow    
  22. Page Up               PgUp         
  23. Page Down             PgDn         
  24. Beginning of CFS      Home         
  25. End of CFS            End          
  26. Word Left             Ctrl + <-    
  27. Word Right            Ctrl + ->    
  28. Beginning of Line     Ctrl + Home  
  29. End of Line           Ctrl + End   
  30.                                    
  31.                                    
  32.          CHARACTER CONTROL         
  33.                                    
  34. ACTION:               KEY:         
  35. -------               ----         
  36. Delete Character      Del          
  37. (under cursor)  (or)  Ctrl + H     
  38.     (or)              Alt  + 8     
  39.                                    
  40. Delete Line           Alt + Z      
  41.                                    
  42. Insert Tab Character  Tab Key      
  43.   (or)                Ctrl + I     
  44.   (or)                Alt  + 9     
  45.                                    
  46. Insert Return         Ctrl + M     
  47.   (or)                Enter        
  48.   (or)                Alt + 13     
  49.                                    
  50. Insert Actual                      
  51. Return Character      Alt + M      
  52.                                    
  53. Toggle Insert/                     
  54. Replace Mode          Ins          
  55. (While in Insert Mode any character
  56. inserted  into  the  line  at   the
  57. current  cursor position.   Replace
  58. Mode  causes the characters on  the
  59. screen  to  be overwritten  by  the
  60. characters typed in.)              
  61.                                    
  62.                                    
  63.          ASCII CHARACTERS          
  64.                                    
  65. There  are  three  ways  to  insert
  66. characters:   1.    Type   in   any
  67. keyboard character.  2.  Hold  down
  68. the  Alt key and enter the  decimal
  69. value  (between 0 and 255)  of  the
  70. character.   And 3. for  characters
  71. with ASCII value less than 32  hold
  72. down the Control key and press  the
  73. corresponding    letter   on    the
  74. keyboard  (ex: Control J = 10  (new
  75. line), Control I = 9 (tab),  etc.).
  76. NOTE: Two ASCII characters are  not
  77. allowed.  1. Control Z (or Alt  26)
  78. is   the  system's  End   of   File
  79. character,  so  if  allowed  to  be
  80. entered  where ever it was  in  the
  81. file  would  effectively  terminate
  82. the file there, all text  following
  83. it  would  be  unrecoverable.    2.
  84. Control M is this editor's  Carrige
  85. Return, so instead of entering  the
  86. character   it  would   perform   a
  87. carrige  return  (if  you  need   a
  88. carrige  return character  use  Alt
  89. M).                                
  90.                                    
  91.                                    
  92.               MACROS               
  93.                                    
  94. A   macro   is   a   recording   of
  95. characters  and/or cursor  commands
  96. that is predefined by the user  and
  97. can recalled and inserted into text
  98. on the screen at (practically)  any
  99. time  by  entering  the  Macro  Key
  100. Combination    that   holds    this
  101. recording.   To  create  a   macro:
  102. select  the   Macros option on  the
  103. Command   Menu.   Next  press   the
  104. function key (F1 thru F10) to  hold
  105. the  macro  recording  (up  to   80
  106. characters  or cursor commands  can
  107. be recorded on each function  key).
  108. Hit  Esc  to  end  recording.    To
  109. invoke  a macro: hold down the  Alt
  110. key  and  press  the  function  key
  111. where the recording is stored.     
  112.                                    
  113.                                    
  114.          SEARCH & REPLACE          
  115.                                    
  116. To  invoke  the  Search  &  Replace
  117. functions select  Global Srch  from
  118. the  Command Menu.  There  are  two
  119. Search  &  Replace  functions.   1.
  120. Search  for a user  defined  string
  121. and  replace it with  another  user
  122. defined   string.    2.    Wildcard
  123. Search  &  Replace.  In  the  first
  124. function    (standard   search    &
  125. replace)  you will be prompted  for
  126. the string to search for, then  for
  127. the string to replace it with. Next
  128. you  will be asked if you want  the
  129. replacement to be automatic or not.
  130. If  so, this allows the program  to
  131. automatically   search   out    all
  132. occurances of the search string  in
  133. the   Current  File   Segment   and
  134. replace  them.   In   non-automatic
  135. mode  there is a  special,  unique,
  136. feature:   The cursor control  keys
  137. are active.  If you miss a replace,
  138. or  wish to skip a section  of  the
  139. file, or want to move back  upwards
  140. in  the  file, just  use  the  four
  141. arrow keys and the cursor will move
  142. in the desired direction.  When you
  143. make  a  replacement  the  function
  144. will  continue on from the  current
  145. cursor  position.  Wildcard  Search
  146. is also a special, unique, feature:
  147. Wildcard Search means that you will
  148. be prompted for a single  character
  149. to  base the search on.   Then  you
  150. can  enter a number of  characters,
  151. before   or   after   the    search
  152. character,   to   be   deleted   or
  153. replaced  with  other   characters.
  154. You then make the choice of  either
  155. deleting the wildcard character  or
  156. not.  If you wish to have the wild-
  157. card character remain in  the  text
  158. just  answer  (N)o  to  the  Delete
  159. Wildcard Character (Y/N) ?  prompt.
  160. Please  note  that in either search
  161. function, if   in  Automatic  Mode,
  162. hitting   Esc  will  stop   search,
  163. else   if  in  non-Automatic   Mode
  164. pressing   F10   will   quit    the
  165. function.                          
  166.